Creates a new pixelmap of the specified dimensions.
Return Dword = DX11 CREATE PIXELMAP(width, height, [fillColour])
width
DwordThe width of the pixelmap in pixels.
height
DwordThe height of the pixelmap in pixels.
[Optional] fillColour
DwordAn initial colour to fill the entire pixelmap with, given on the 0xaarrggbb format. Defaults to 0 (completely transparent black).
The created pixelmap.
PIXELMAP Functions Menu DX11 Function Categories